home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Aminet 24
/
Aminet 24 (1998)(GTI - Schatztruhe)[!][Apr 1998].iso
/
Aminet
/
text
/
edit
/
htmledit98.lha
/
HTMLEdit98
/
smakefile
< prev
Wrap
Makefile
|
1998-01-02
|
432b
|
24 lines
#
# smakefile for SMake
#
CC = SC
LDFLAGS = Batch NoIcons
CFLAGS = StringMerge NoStackCheck NoStackExt UnsignedChars \
CommentNest ErrorRexx NoMultipleIncludes \
StructureEquivalence NoIcons GenProtoParameters \
Ignore=147 MultipleCharacterConstants STREQ NoOptimize \
MemorySize=Huge IDLen=64
all: HTMLEdit
HTMLEdit: HTMLEdit.o
$(CC) $(LDFLAGS) $*.o LINK to $@
.o: .c
$(CC) $(CFLAGS) $*.c OBJNAME $*.o